* When the entry is activated, cancel the load_complete_action.
* In general, cancel the load_complete_action when the entry loses the focus.
*/
+
+ /* FIXME: is ::changed too coarse? We need
+ *
+ * if insert_text, start autocompletion if the cursor is at the end
+ * if delete_text, don't do anything
+ * if cursor moves, don't do anything
+ */
}
static void
{
g_return_if_fail (GTK_IS_FILE_CHOOSER_ENTRY (chooser_entry));
+ /* FIXME: this may need to turn on in_change, since we don't want autocompletion to start */
+
gtk_entry_set_text (GTK_ENTRY (chooser_entry), file_part);
}